

#define SHAPE_BOX 0
#define SHAPE_CYL 1
#define SHAPE_SPH 2

#define COLOR_RED 0
#define COLOR_GREEN 1
#define COLOR_BLUE 2